C#
VB
C++
Gets the validator with the specified type.
public static T GetValidator<T>()
Public Shared Function GetValidator(Of T As Leadtools.Dicom.Scp.ICommandRequestValidator)() As T
public:
static _T^_ GetValidatorgeneric<typename T>
();
where T: Leadtools.Dicom.Scp.ICommandRequestValidator
T
The type of validator to get.
A validator of the specified type. Null if the validator is not found.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET